In the case of Bolivia, as in several developing countries, data on GDP or other indicators of economic activity suffer from limitations such as late publication, a low level of disaggregation and low frequency. Specifically, although time series of quarterly GDP or the monthly Global Index of Economic Activity are available in Bolivia, they are usually published with a delay of between three and six months.
As a proposal to overcome these limitations, I have developed a monthly GDP nowcast indicator for the Bolivian economy. I adopt the terminology of Giannone et al. (2008) and Banbura et al. (2013) regarding the definition of nowcast, which is: “forecast values of a time series, not published by official sources, for the current period”.1
The results show that the Bolivian economy would have grown by 3.3% at the end of 2022. Although the indicator of monthly economic activity (i.e. IGAE) showed a cumulative growth of 4.3% until September, there has been a slowdown in aggregate economic activity since October. This slowdown is mainly explained by the partial paralysis of economic activity due to the civil strikes promoted in the department of Santa Cruz, one of the regions with the highest contribution to national production.
Machine learning algorithms were used to forecast Bolivia’s monthly economic activity. The following sections dig deeper into the methodological approach.
k-Fold Cross-Validation. I try out regression methods such as:
| Model | Mean | SD |
|---|---|---|
| Linear | -0.34 | 0.20 |
| Lasso | -1.00 | 0.13 |
| ElasticNet | -0.48 | 0.08 |
| Ridge | -0.22 | 0.14 |
| Bayesian Ridge | -0.14 | 0.11 |
| KNN | -0.15 | 0.09 |
| Decision Tree | -0.08 | 0.04 |
| SVR | -0.27 | 0.17 |
| AdaBoost | -0.04 | 0.02 |
| Gradient Boost | -0.05 | 0.04 |
| Random Forest | -0.05 | 0.04 |
Features used to forecast monthly GDP are.
Banbura, M., Giannone, D., Modugno, M. & Reichlin, L. (2013). Now-casting and the realtime data flow. Handbook of economic forecasting (pp. 195-237). Elsevier.
Giannone, D., Reichlin, L. & Small, D. (2008). Nowcasting: The real-time informational content of macroeconomic data. Journal of Monetary Economics, 55(4), 665-676. https://doi.org/10.1016/j.jmoneco.2008.05.010↩︎